GraphicPropertiesCaptionEscapeDirection Property

Specifies the escape direction for the line of a caption. If this is set to auto the consumer can choose the best direction. The defined values for the draw:caption-escape-direction attribute are: - auto: consumer should choose best escape direction for a line of a caption. - horizontal: the escape line of a caption should be drawn horizontally. - vertical: the escape line of a caption should be drawn vertically.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public CaptionEscapeDirection CaptionEscapeDirection { get; set; }

Property Value

CaptionEscapeDirection

See Also